Skip to content

Copy Unix File Permissions In Zip #146

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 10 commits into from

Conversation

hwoodiwiss
Copy link

PR Summary

Aims to add support for copying Unix file permissions when using Compress-Archive to create Zip Archives

PR Context

This PR fixes #36 by bitwise-or-ing the FilesystemInfo.UnixFileMode property into the ZipArchiveEntry.ExternalAttributes

@hwoodiwiss
Copy link
Author

@microsoft-github-policy-service agree

@hwoodiwiss hwoodiwiss force-pushed the hwoodiwiss-36 branch 3 times, most recently from aa52cfd to 238bbf2 Compare March 24, 2023 00:34
@hwoodiwiss hwoodiwiss closed this May 16, 2023
@hwoodiwiss hwoodiwiss deleted the hwoodiwiss-36 branch September 5, 2023 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compress-Archive is stripping UNIX file permissions
1 participant